* Makefile.in (do-install): Correctly detect if ./etc and
authorJim Blandy <jimb@redhat.com>
Fri, 28 May 1993 06:55:13 +0000 (06:55 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 28 May 1993 06:55:13 +0000 (06:55 +0000)
${srcdir}/etc are the same.

Makefile.in

index 8ef2d188960cf88fa5d44d67ff8f0db316b83444..65f4ccc6e6201a439137e6b6d0fc82dfe765b4ce 100644 (file)
@@ -344,7 +344,7 @@ do-install: mkdir
                 rm -f  $${subdir}/*~ ; \
               done) ; \
         done
-       -[ `(cd etc; /bin/pwd)` != `(cd ${etcdir}; /bin/pwd)` ] \
+       -[ `(cd etc; /bin/pwd)` != `(cd ${srcdir}/etc; /bin/pwd)` ] \
         && (echo "Copying ./etc..." ; \
               (cd ./etc; tar cf - . )|(cd ${etcdir}; umask 0; tar xvf - ); \
               for subdir in `find ${etcdir} -type d ! -name RCS -print` ; do \